home *** CD-ROM | disk | FTP | other *** search
/ 501 Great Games / 501 Great Games - Volume One (2001)(Guildhall Leisure Services).iso / SCRAMBLE / WINSCRAM.TXT < prev   
Text File  |  1994-05-18  |  2KB  |  36 lines

  1. Winscram.exe is a Windows program that will scramble, or unscramble up to 7
  2. letters or numbers, or combinations of both.
  3. You enter any combination of letters and numbers, and it will show you all
  4. the possible combinations.  With seven letter entries, there are 5040
  5. results.  These can be copied to the clipboard selectively, or just browsed.
  6.  
  7. I've been told it is great for solving those jumbled word problems.  :)
  8.  
  9. I wrote it as an exercise in string manipulation, just for the challenge, but
  10. it seems to be useful.  With seven entries it pushes Visual Basic to the
  11. limit, so the copy to clipboard function doesn't work as you might expect.
  12. You can only highlight one item at a time, but all highlighted items are in
  13. fact copied.  To unhighlight an item, simply choose it again, this will
  14. remove it from the clipboard copy list.  The list is only written to the
  15. clipboard when the Edit/Copy is chosen from the menu.  It's not too difficult
  16. to understand when you see it work.
  17.  
  18. This is about the third version of the program, and it has been pretty well
  19. tested in all resolutions, but comes with the same warranty the Big Guys give
  20. you.  None.  I don't expect it to do any damage to your system, and it does
  21. no file activity, so it should be reasonably safe!  The worst thing it might
  22. do is copy over something important you forgot to save from the clipboard!
  23.  
  24. In order to run, Winscram requires VBRUN200.DLL which is available on many 
  25. BBSes and has not been included with this archive.
  26.  
  27. Please send any bug reports or suggestions directly to me.  I can be reached
  28. as HPJ@AOL.COM or 72073.332@CIS.COM.  Any ideas for other programs are
  29. encouraged.  
  30.  
  31. Any Visual Basic programmers who wish to see the source files can write and
  32. ask.  They are probably available...  :)
  33.  
  34. Harold Pruett...   :)
  35.  
  36.